Papers with parts-to-wholes assignment
Dynamic Past and Future for Neural Machine Translation (D19-1)
Copied to clipboard
| Challenge: | Neural machine translation models can benefit from modeling translated and untranslated source contents as recurrent states, but this less interpretable recurrence hinders their power to model dynamic updating of and contents during decoding. |
| Approach: | They propose to model the dynamic updating of and contents during decoding by explicitly separating source words into groups of translated and untranslated contents through parts-to-wholes assignment. |
| Outcome: | The proposed method achieves significant improvements over both Rnmt and Transformer by producing more adequate translations. |